home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6960 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  841 b 

  1. Path: ix.netcom.com!netnews
  2. From: aschen@ix.netcom.com (Sean Aschen)
  3. Newsgroups: comp.lang.c++
  4. Subject: [Q] Can I link Assembler procedures with C++ Classes??
  5. Date: Tue, 20 Feb 1996 23:50:30 GMT
  6. Organization: Netcom
  7. Message-ID: <312a5da6.845845@nntp.ix.netcom.com>
  8. NNTP-Posting-Host: ix-dby-ct2-05.ix.netcom.com
  9. X-NETCOM-Date: Tue Feb 20  4:06:16 PM PST 1996
  10. X-Newsreader: Forte Agent .99c/16.141
  11.  
  12. I've got a nice Sprite class which I would like to speed up.  I know
  13. how to link an assembler procedure with plain C, but not with C++.  I
  14. want to have a class with member functions in assembler!  Is this
  15. possible?  What about accessing data members in the class?
  16. Should I just suck it up and use the Inline Assembler (which
  17. sucks..)??
  18. I have Turbo C++ 3.0 and TASM 4.0
  19.  
  20. Any help, email or posted would be greatly appreciated.
  21.  
  22. Thanks.
  23. Sean
  24.  
  25.